home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
tex
/
PasTeX14-BETA-6
/
SpecialHost
/
Source
/
graphics.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-27
|
383b
|
23 lines
/*
** SpecialHost for PasTeX
**
** Copyright © by Olaf Barthel & Georg Heßmann
*/
/* graphics.h */
void device_SetPenSize (long xpen, long ypen);
void device_DrawPoint (long x, long y);
void device_DrawLine (long x, long y, long x1, long y1);
struct bitmap {
long width, height;
long *pixptr;
};
extern struct bitmap map;
extern long upper_limit;
extern long lower_limit;